/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
/*布局*/
.wp {margin: 0 auto;width: 1400px;}
body{padding-top: 100px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100px;
}
.header.fixed{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.logo{float:left;margin:29px 0 20px;display:block;}
.logo img{display:block;width:auto;height:auto;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}

.nav{
    float: right;
    padding-left: 60px;
}
.nav ul{
    float: left;
    margin-right: 40px;
}
.nav .tel{
    overflow: hidden;
    font-size: 16px;
    color:#666;
    padding-left: 52px;
    background: url(../images/ico1.png) no-repeat left;
    margin-top: 23px;
}
.nav .tel .phone{
    font-size: 24px;
    color:#4685de;
    line-height: 1.2;
    font-family: 'Impact';
}
.nav li{
    float: left;
    position: relative;
}
.nav .v1{
    display: block;
    line-height: 100px;
    text-align: center;
    color:#222;
    font-size: 16px;
    margin:0 20px;
    position: relative;
}   
.nav li.on .v1,
.nav li:hover .v1{
    color:#4685de;
}
.nav li.on .v1::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 42px;
    height: 3px;
    background-color: #4685de;
}
.nav li .sub{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: none;
    background-color: #4685de;
}
.nav li .sub a{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}
.nav li .sub a:hover{
    background: #fff;
    color:#4685de;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #4685de;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.banner img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:20px;
  }
.swiper-container.banner .swiper-pagination-bullet{width:16px;height:16px;background:none;font-size:0;cursor:pointer;border-radius: 50%;opacity:1;border:1px solid #fff;}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#fff;
}




 .g-tit{
        text-align: center;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .g-tit .en{
        color:#e4e4e4;
        font-size: 48px;
        font-weight: bold;
        line-height: 48px;
        margin-bottom: -30px;
        text-transform: uppercase;
        font-family: 'Impact';
    }
    .g-tit .cn{
        font-size: 36px;
        color:#222222;
        position: relative;
        display: inline-block;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .g-tit .cn::before{
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin:0 auto;
        width: 40px;
        height: 4px;
        background: #4685de;
    }
    .g-tit .desc{
        font-size: 16px;
        color:#999999;
        padding-top: 15px;
    }

.ul-chanpin{
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
   justify-content: space-between;
   margin-bottom: 40px;
}
.ul-chanpin a{
    display: block;
    padding-left: 40px;
    background: url(../images/ico6.png) no-repeat left center;
    font-size: 16px;
    color:#555555;
}
.ul-chanpin a.on{
    background-image: url(../images/ico7.png);
}
.phone-chanpin{
    display: none;
}


.pclist{
    display: none;
}
.pclist.on{
    display: block;
}



.g-ban{
    position: relative;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    height: 120px;
    background-color: #fff;
    z-index: 99;
    margin-top: -60px;
    text-align: center;
}
.g-ban  .icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.g-ban .txt{
     display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.g-ban .txt .nub{
    font-size: 24px;
    font-family: 'Impact';
}
.g-ban li{
    width: 25%;
    float: left;
    position: relative;
    padding-top: 22px;
}
.g-ban li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 43px;
    width: 1px;
    height: 34px;
    background-color: #bfbfbf;
}
.g-ban li:last-child::after{
    display: none;
}

/**row1***/
.row1{
    background-color: #f6f6f6;
    margin-top: -60px;
    padding-top: 124px;
    padding-bottom: 53px;
}
.prod .top{
    background-color: #fff;
    margin-bottom: 40px;
}
.prod .r{
    overflow: hidden;
    float: none;
    line-height: 72px;
    padding-right: 30px;
}
.prod .r .more{
    float: right;
    font-size: 12px;
    display: block;
    color:#999999;
}
#chanpin2{
    display: none;
}
.ul-prod2{
    overflow: hidden;
}
.ul-prod2 li{
   float: left;
   width: 16.66%;
   text-align: center;
   position: relative;
}
.ul-prod2 li .a{
    color:#333333;
    font-size: 14px;
    display: block;
    position: relative;
}
.ul-prod2 li.on .a,
.ul-prod2 li:hover .a{
    color:#4685de;
}
.ul-prod2 li.on .a::after {
    content: '';
    display: block;
    width: 78px;
    height: 2px;
    background-color: #4685de;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin:0 auto;
}
#tabs{
    width: 180px;
    height: 72px;
    line-height: 72px;
    color:#fff;
    padding-left: 58px;
    position: relative;
    background: #4685de url(../images/ico6.png) no-repeat left 18px center;
    font-size: 16px;
    display: block;
    position: relative;
    cursor: pointer;
}
.tab1{
    position: relative;
}
.tab1::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 8px;
    background: url(../images/ico7.png)  no-repeat;
    z-index: 9;
}
.ul-prod{
    overflow: hidden;
    margin: 0 -13px;
}
.ul-prod li{
    float: left;
    width: 25%;
    margin-bottom: 34px;
}
.ul-prod .con{
    display: block;
    overflow: hidden;
    margin: 0 13px;
}
.ul-prod .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    border:1px solid #e5e5e5;
    background-color: #fff;
}
.ul-prod .pic img{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-prod .tit{
    background-color: #4685de;
    text-align: center;
    color:#fff;
    font-size: 16px;
    line-height: 42px;
}
.ul-prod .tit img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 12px;
}
/***row2**/
.row2{
    padding-top: 76px;
}
.g-txt1{
    overflow: hidden;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 430px;
}
.g-txt1 .item{
    margin-bottom: 50px;
}
.g-txt1 .item .txt{
    width: 300px;
    overflow: hidden;
    height: 127px;
    padding: 22px 22px 0;
    border:1px dashed #a0a0a0;
}
.g-txt1 .item .tit{
    font-size: 16px;
    color:#222222;
    font-weight: bold;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#333333;
    line-height: 1.29;
    text-align: justify;
}
.g-txt1 .l .item .desc span{
    color:#4685de;
    font-weight: bold;
}
.g-txt1 .r .item .desc span{
    color:#f14545;
    font-weight: bold;
}
.g-txt1 .item .ico{
    float: left;
    margin-right: 40px;
    padding-top: 18.5px;
    position: relative;
}
.g-txt1 .item .ico::after {
    content: '';
    display: block;
    position: absolute;
    width: 56px;
    height: 14px;
    right: -47px;
    top: 60px;
   
    background: url(../images/ico14.png) no-repeat;
}
.g-txt1 .r .item .ico::after{
    right:auto;
    left:-47px;
    background-image: url(../images/ico18.png);
}
.g-txt1 .r .item .ico{
    float: right;
    margin-left: 40px;
    margin-right: 0;
}

.g-txt1  .pic{
    margin:0 auto ;
   overflow: hidden;
   text-align: center;

}

/**row3**/
.row3{
    overflow: hidden;
    padding-top: 20px;
    background: url(../images/pic2.jpg) no-repeat bottom;
}
.g-txt2{
    overflow: hidden;
    position: relative;
    padding-bottom: 157px;
}
.g-txt2 .l,
.g-txt2 .r{
    width: 454px;
    position: relative;
    z-index: 3;
}
.g-txt2 .l .item{
    padding: 12px 29px 12px 19px;
    height: 110px;
    background: url(../images/ico13.png)  no-repeat;
    background-size: 100% 100%;
}
.g-txt2 .l .item:hover{
    background-image: url(../images/ico10.png);
}
.g-txt2 .r .item:hover{
    background-image: url(../images/ico11.png);
}
.g-txt2 .r .item{
    padding: 12px 19px 12px 29px;
    height: 110px;
    background: url(../images/ico12.png)  no-repeat;
    background-size: 100% 100%;
}
.g-txt2 .l .item:last-child,
.g-txt2 .r .item:last-child{
    margin-bottom: 0;
}
.g-txt2 .item{
    margin-bottom: 50px;
}
.g-txt2  .desc{
    font-size: 14px;
    color:#999999;
    line-height: 1.29;
}
.g-txt2  .cn{
    color:#333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.g-txt2 .item .nub{
    font-size: 36px;
    color:#4685de;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.2;
    font-family: 'Impact';
}
.g-txt2 .item .txt{
   overflow: hidden;
}
.g-txt2 .pic{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.g-txt2 .item:hover .desc,
.g-txt2 .item:hover .nub,
.g-txt2 .item:hover .cn{
    color:#fff;
}
/***row4**/
.row4{
    overflow: hidden;
    background: url(../images/pic4.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.row4 .tel{
    float: right;
    font-size: 20px;
    color:#fff;
    width: 380px;
    text-align: center;
    background: url(../images/ico22.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-top: 18px;
    padding-bottom: 13px;
    font-weight: normal;
}
.row4 .tel .phone{
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 9px;
}
.row4 .tel .go{
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: url(../images/ico23.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 14px;
    color:#e74343;
}
.row4 .txt{
    overflow: hidden;
    padding-top: 20px;
    color:#fff;
}
.row4 .txt .cn{
    font-size: 36px;
   font-weight: bold;
   margin-bottom: 10px;
}
.row4 .txt .tag{
    overflow: hidden;
}
.row4 .txt .tag span{
    display: block;
    float: left;
    text-align: center;
    width: 149px;
    font-size: 16px;
    color:#4685de;
    line-height: 46px;
    background: url(../images/ico34.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 20px;   
}
.ul-pic1{
    margin-bottom: 68px;
    overflow: hidden;
    margin:0 -1px;
}
.ul-pic1 li{
    float: left;
    width: 33.333%;
    padding: 0 1px;
    margin-bottom: 2px;
}
.ul-pic1 .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 77%;
}
.ul-pic1  .bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-pic1 .txt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0, 0.7);
    transition:all .3s;
    text-transform: uppercase;
}
.ul-pic1  .hide{
    display: none;
    font-size: 14px;
    color:#fff;
    line-height: 1.5;
    padding:26px 30px;
    transition:all .3s;
}
.ul-pic1 .show{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color:#fff;
    text-align: center;
    transform: translateY(-50%);
    transition:all .3s;
    font-size: 12px;
}
.ul-pic1 .show span{
    font-size: 18px;
}
.ul-pic1 li:hover .show{
    display: none;
}
.ul-pic1 li:hover .txt{
    top:72%;
    transition:all .3s;
}
.ul-pic1 li:hover .hide{
    display: block;
}
/***row6**/
.row6{
    background-color: #f5f5f5;
    overflow: hidden;
    margin-bottom: 40px;
}
.row6 .name{
    float: left;
    background-color: #e74343;
    padding: 41px 40px 66px;
    color:#fff; 
    font-size: 14px;
    text-transform: uppercase;
}
.row6 .name .cn{
    font-size: 36px;
    font-weight: bold;

}
.row6 .name .lin{
    width: 131px;
    height: 2px;
      margin-top: 10px;
    background-color: #fff;
}
.row6 .desc{
    padding-top: 27px;
    overflow: hidden;
    padding-left: 80px;
    position: relative;
}
.row6 .desc .tit{
    font-size: 18px;
    color:#222222;
    margin-bottom: 18px;
}
.school.swiper-container {
    margin-right: 72px;
}
.row6 .desc .swiper-button-prev{
    width: 26px;
    height: 6px;
    right: 30px;
    top: 78%;
    left:auto;
    background: url(../images/ico30.png) no-repeat;
}
.row6 .desc .swiper-button-next{
    width: 26px;
    height: 6px;
    right: 0;left:auto;
    top: 78%;
    background: url(../images/ico31.png) no-repeat;
}

.school img{
    display: block;
    margin:0 auto;
}
/***row7**/
.row7{
    overflow: hidden;
    background: url(../images/pic11.jpg) no-repeat top;
}
.row7 .g-tit .cn{
    color:#fff;
}
.row7 .g-tit .en{
    color:rgba(228, 228, 228, 0.1);
}
.row7 .g-tit .cn::before{
    background-color: #fff;
}
.row7 .info{
    font-size: 14px;
    line-height: 2;
    color:#fff;
    text-align: center;
    padding: 33px 10% 0;
    margin-bottom: 40px;
       

}
.row7 .link{
    text-align: center;
    overflow: hidden;
    margin-bottom: 90px;
}
.row7 .link a{
    display: inline-block;
    width: 109px;
    height: 32px;
    border:1px solid #fff;
    text-align: center;
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    margin:0 6px;
}
.row7 .link a:first-child{
    background-color: #e74343;
    border-color: #e74343;
}
.row7{
    padding-bottom: 80px;
    padding-top: 55px;
}
.rongyu{
    background-color: #fff;
    padding: 28px 40px ;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}
.ul-list6 a{
    display: block;
}
.ul-list6 .pic{
    border: 1px solid #989896;
    padding-top: 63%;
    position: relative;
    overflow: hidden;
    height: 0;
}
.ul-list6 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ul-list6 .tit{
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    color:#222222;
}



/***row8***/
.g-list{
    overflow: hidden;
}
.g-list .item{
    float: left;
    width: 47%;
    margin-right: 6%;
}
.g-list .item:last-child{
    margin-right: 0;
}


.row5{
    background: #f8f8f8;
    overflow: hidden;
    padding: 76px 0 40px;
}
.g-tit .cn span{
    line-height: 60px;
    font-size: 60px;
    color:#e74343;
    font-weight: bold;
    margin:0 5px;
}
.slider-pic img,
.slider-pic a{
    display: block;
    width: 100%;
}
.slider-pic .pic{
    margin-bottom: 26px;
}
.slider-pic .title{
    overflow: hidden;
    line-height: 24px;
}
.slider-pic .time{
    float: right;
    font-size: 14px;
    color:#999999;
}
.slider-pic .tit{
    overflow: hidden;
    font-size: 18px;
    color:#222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.slider-pic  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:50px;
    left: 10px;
    text-align: left;
  }

.slider-pic .swiper-pagination-bullet{width:14px;height:14px;background:#fff ;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.slider-pic  .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ec6b0a;}
.g-list .pic{
    float: left;
    width: 38%;
    margin-right: 2%;
    height: 490px;
}
.g-list {margin-bottom: 20px;}
.g-list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-wd{
    padding-top: 32px;
}
.ul-wd li{
    margin-bottom: 8px;
}
.ul-wd li a{
    display: block;
    overflow: hidden;
}
.ul-wd .title{
    overflow: hidden;
    line-height: 24px;
     font-size: 14px;
}
.ul-wd .time{
    float: right;
    color:#999999;
}
.ul-wd .tit{
    overflow: hidden;
    color:#222222;
    padding-left: 14px;
    background: url(../images/ico-24.png) no-repeat left center;
}
.g-tit2{
    overflow: hidden;
    margin-bottom: 30px;
}
.g-tit2 .more{
    display: block;
    float: right;
}
.g-tit2 .tit{
    overflow: hidden;
    font-size: 20px;
    color:#222222;
}
.ul-tab{
    overflow: hidden;
    margin-bottom: 30px;
}

.ul-tab li{
    float: left;
}
.ul-tab a{
    font-size: 20px;
    color:#000000;
}
.ul-tab li.on a{
    color:#4685de;
} 
.ul-tab span{
    font-size: 20px;
    color:#000000;
    margin:0 25px;
}
.ul-wt{
    overflow: hidden;
    margin:0 -15px;
}
.ul-wt li{
   
overflow: hidden;
}
.ul-wt li .pic{
    width: 200px;
    height: 140px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}
.ul-wt li .pic img{
    display: block;width: 100%;
    height: 100%;
}
.ul-wt li .txt{
    overflow: hidden;
}
.ul-wt li a{
     padding-bottom: 12px;
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden;
    margin-bottom: 14px;
    margin:0 15px 15px; 
    display: block;
}
.ul-wt li .title{
    font-size: 18px;
    color:#333333;
   
    margin-bottom: 5px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-wt li .title span{
    display: block;
    float: right;
    font-size: 14px;
}
.ul-wt li .desc{

    font-size: 14px;
    color:#777777;
    line-height: 1.8;

}
/**links***/
.links{
    overflow: hidden;
    background-color: #313131;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}
.links .name{
    float: left;
    margin-right: 50px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#fff;
    line-height: 37px;
    margin-right: 34px;
}


/**footer**/
.footer{
   overflow: hidden;
   background: #313131;
   padding: 15px 0;
}
.fd-form{
    float: right;
    width: 510px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 28px;
}
.footer .title .en{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.fd-form .item .inp-box{
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 4px;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height:100px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14.02px;
}
.fd-form .btn .foot_btn{
    display: block;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #4685de;
    background-image: url(../images/ico-22.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.fd-form .item a{
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 44.93px;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #b98d47;
}
.fd-about{
    overflow: hidden;
}
.fd-about .l{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    margin-right: 83px;
}
.fd-about .l img{
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
}
.fd-about .desc{
    overflow: hidden;
    color:#fff;
}
.fd-about .item{
    overflow: hidden;
    margin-bottom: 22px;
}
.fd-about .icon{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
}
.fd-about .txt{
    overflow: hidden;
}
.fd-about .desc .tit{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.fd-about .tel{    
    font-weight: normal;
    font-size: 14px;
}
.fd-about .tel span{
    font-size: 21px;
    line-height: 1.1;
}

.copy{
    font-size: 14px;
    padding-top: 6px;
}
.copy  a{
    color:#fff;
}
/***phone-prod***/
.phone-chanpin{margin-bottom: 30px;}
.phone-chanpin::after{  content: '';
display: block;
clear:both;
visibility: hidden;
width: 100%;
height: 0;}
.phone-chanpin .tit{width: 100px;float: left;background-color: #4685de;height: 44px;line-height: 44px;text-align: center;font-size: 14px;color:#fff;}
.phone-chanpin .more{float: left;width: calc(100% - 100px); background-color: #eee;position: relative;height: 44px;}
.phone-chanpin .name{text-align: center;font-size: 14px;color:#333;line-height: 44px;}
.phone-chanpin .sub{position: absolute;top: 100%;left: 0;width: 100%;background-color: #4685de;z-index: 99;display: none;padding: 10px 0;}
.phone-chanpin .sub a{display: block;line-height: 24px;font-size: 12px;padding-left: 15px;color:#fff;}




/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../images/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../images/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../images/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../images/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .g-txt1 .item .ico{width: 60px;margin-right: 15px;padding-top: 36px;}
    .g-txt1 .r .item .ico{margin-left: 15px;}
    .g-txt1 .item .txt{padding-top: 10px;}
    .g-txt1 .item{margin-bottom: 20px;}
    .g-txt1 .l, .g-txt1 .r{width: 375px;}
    .g-txt1 .pic{width: 300px;}
    
    .nav .tel .phone{font-size: 18px;}
    .nav{padding-left: 0;}
    .nav ul{margin-right: 10px;}
    .g-txt2 .l, .g-txt2 .r{width: 410px;}
    .row4 .txt .tag span:last-child{margin-right: 0;}
    .g-tit .en{font-size: 36px;line-height: 36px;margin-bottom: -24px;}
    .ul-pic1 .hide{padding: 15px;}
    .row6 .desc{padding:20px;}
    .g-tit .cn{font-size: 24px;}
    .g-tit .cn span{font-size: 48px;line-height: 48px;}
    .row4 .txt .cn{font-size: 24px;}

    .g-tit .cn{padding-bottom: 10px;}
    .row7{padding-bottom: 50px;}
    .row7 .info{padding:0;}
    .row7 .link{margin-bottom: 60px;}
    .row7,.row2,.row3,.row5{padding-top: 30px;}
    .g-txt2{padding-bottom: 40px;}
    .g-txt2 .pic{width: 260px;}
    .g-list{margin:0 0 30px;}
    .row4 .tel .phone{font-size: 24px;}
    .row4 .tel{width: 240px;}

}

@media only screen and (max-width: 1250px) {
    .wp{width: auto;padding: 0 15px;}
    .logo{margin:20px 0 20px;}
    .logo img{width:260px;}
        .g-tit{margin-bottom: 30px;}
    .g-txt1 .pic{display: none;}
    .row6 .desc .tit{font-size: 16px;}
    .g-txt1 .l, .g-txt1 .r{width: 48%;}
    .g-txt1 .item{width: 100%;}
    .g-txt1 .item .txt{width:auto;  }
    .g-txt1 .item .ico::after{right: -35px;}
     .row4 .txt{padding-top: 8px;}
     .nav .tel{display: none;} 
     .nav .v1{font-size: 14px;}
     .row6 .name .cn{font-size: 28px;}
     .row6 .name{padding-left: 15px;padding-right: 15px;}
     .ul-wd{padding-top: 5px;}
     .phone-chanpin{display: block;}
    .nav .v1{line-height: 70px;}
    body{padding-top: 70px;}
    .header{height: 70px;}
    .nav li.on .v1::after{display: none;}
    .ul-pic1 li:hover .txt{top:0;}
    .row8{padding-top: 30px;}
    .row4 .txt .tag span{width: 120px;font-size: 14px;}
    .row4 .tel{background: none;}
    .fd-form{width: 400px;}
}


@media only screen and (max-width: 1023px) {
    .g-ban li::after{display: none;}
    .g-ban .txt .nub{display: none;}
    .g-ban .icon{width: 30px;display: block;margin:0 auto;}
    .g-ban li{padding-top: 10px;}
    .g-ban{height: 80px;}
    .row1{padding-top: 83px;padding-bottom: 0px;}
    .ul-prod .tit{font-size: 14px;}
    .ul-prod{margin: 0 -5px;}
    .ul-prod .con{margin:0 5px;}
   .prod .top{display: none;}
  .row6 .name{float: none;padding: 15px;}
    .row6 .name .cn{font-size: 22px;}

    .nav .v1{font-size: 14px;margin:0 5px;}
    .g-list .item{width: auto;float: none;}
    .links .name{width: auto;float: none;text-align: center;}
    .g-tit .cn{font-size: 22px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  
      .nav .tel{display: none;}
    .wp{width: auto;padding: 0 15px;} 
    body{padding-top: 50px;padding-bottom: 53px;}
    #floatBottom{display: block;}
    .fd-form{width: auto;float: none;}
    .header{height: 50px;}
     .menuBtn{display: block;}
     .nav{
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 100%; 
        z-index: 99;
        overflow: hidden;
        transition:all .3s;
        background: none;
        width: auto;
        float: none;
        padding: 0;
    }
    .nav.on{
        margin-left: 0;
    }
    .nav ul{
        width: 300px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        float: none;
        margin: 0;
        background-color: #fffeff;
        overflow-y: scroll;
    }
    .nav li{float: none;width: auto;}
    .nav .bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .nav li.on .v1::after{display: none;}
    .nav li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
       float: right;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
    }
    .nav li i.on{background-image: url(../images/sel2.png);}
    .nav li .sub{position: static;padding-left: 0;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li.on {background-color: #4685de;}
    .nav li:hover .v1 {color:#333;}
    .nav li.on .v1{
        color:#fff;  
    }
    .g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
    .g-txt1 .item .txt{height: 90px;}
    .g-txt1 .item .ico{padding-top: 16px;}
    .g-txt1 .item .ico::after{top: 36px;}
    .g-txt2 .l, .g-txt2 .r{width: 320px;}
    .g-txt2 .item .nub{font-size: 26px;}
    .g-txt2 .cn{font-size: 18px;}
    .row4 .txt .tag span{font-size: 12px;width: 120px;line-height: 30px;margin-bottom: 10px;}
    .rongyu{padding: 15px;}
    .row7{padding-bottom: 30px;}
    .links .link a{display: block;width: 33.33%;float: left;margin:0;text-align: center;}
    .ul-wt li{width: auto;float: none;}
    .ul-wt {margin-top: 20px;}
    .g-list .pic{width: auto;float: none;height: auto;margin-right: 0;}
    .school.swiper-container{margin-right: 0;}
}   



@media only screen and (max-width: 767px) {
   .fd-form .btn .foot_btn{background-position: 20%;}
   .fd-about .tel span{font-size: 14px;}
   .g-ban{display: none;}
   .ul-prod li{width: 50%;margin-bottom: 15px;}
   .g-txt1 .item .txt{padding: 0 10px 10px;}
   .g-txt1 .item .desc{font-size: 12px;}
   .g-txt1 .item .tit{font-weight: normal;}
   .g-txt1 .item .ico::after{display: none;}
   .g-txt1 .item{margin-bottom: 15px;}

    .g-txt2 .pic{display: none;}
    .g-txt2 .l, .g-txt2 .r{width: auto;}
    .g-txt2 .l .item,.g-txt2 .r .item,.g-txt2 .l .item:last-child, .g-txt2 .r .item:last-child{margin-bottom: 20px;background-image: url(../images/ico12.png);padding: 12px 19px 12px 29px;}
    .row4 .tel{width: auto;float: none;text-align: center;background: none;}
    .row4 .txt .cn{text-align: center;}
    .ul-pic1 li{width: 50%;}
    .row7 .link{margin-bottom: 30px;}
    .row4 .txt .cn{font-size: 22px;}
    .row4 .txt .tag span{width: 33.33%;margin:0 0 10px;padding: 0 5px;}
    .ul-wt li .pic{width: auto;float: none;margin-right: 0;height: auto;margin-bottom: 10px;}
}

/*Common For Max 480*/
@media only screen and (max-width: 600px) {
   
}


@media only screen and (max-width: 480px) {

}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.g-title{
    text-align: center;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 39px;
}
.g-title .tit{
    font-size: 42px;
    color: #222;
    font-weight: bold;
    margin-bottom: 9px;
}
.g-title .line{
    width: 40px;
    height: 4px;
    background: #4685de;
    margin: 0 auto;
}
.g-pro{
  overflow: hidden;
}
.g-pro .l{
  width: 300px;
  margin-right: 40px;
}
.g-title1{
    background:url(../newimg/bg1.jpg) no-repeat;
    color:#fff;
    font-size: 14px;
    padding: 26px 0 29px 20px;
    text-transform: uppercase;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-title1 .cn{
    font-size: 30px;
}
.g-pro .r{
  overflow: hidden;
  float: none;
}
.ul-pro{
  overflow: hidden;
  padding: 0 28px;
  background-color: #f8f8f8;
}
.ul-pro li{
    overflow: hidden;
    position: relative;
}
.ul-pro li i{
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 60px;
    width: 20px;
    cursor: pointer;
    background: url(../newimg/ico2.png) no-repeat center;
}
.ul-pro li.on i{
    background-image: url(../newimg/ico1.png);
}
.ul-pro li:last-child .con{
  border-bottom: none;
}
.ul-pro li .tit{
  display: block;
  font-size: 16px;
  color:#222;
  padding: 0 10px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.ul-pro .con{
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ul-pro .con a{
  display: block;
  font-size: 14px;
  color:#666666;
  line-height: 2.88;
}
.ul-pro .con a:hover{
    color:#4685de;
}
.protel{
    background: #4685de url(../newimg/ico3.png) no-repeat left 38px center;
    padding: 14px 26px;
    color:#FFFFFF;
    padding-left: 92px;
    height: 80px;
}
.protel span{
    font-size: 14px;
}
.protel p{
    font-size: 24px;
    font-family: Impact;
}
.page1{
    overflow: hidden;
    padding: 59px 0;
}
.slider1 .swiper-slide{
    border:1px solid #e5e5e5;
}
.slider1 .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.slider1 .tit{
    background: #4685de url(../newimg/ico4.png) no-repeat right 10px center;
    font-size: 16px;
    color:#fff;
    padding: 0 10px;
    line-height: 48px;
}
.sliderhoner .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.page2{
    background: #4685de;
    overflow: hidden;
    padding: 48px 0;
}
.ul-ys{
    overflow: hidden;
    text-align: center;
}
.ul-ys li{
    display: inline-block;
    overflow: hidden;
    padding: 0 60px;
    position: relative;
}
.ul-ys li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 1px;
    height: 23px;
    background: #FFF;
}
.ul-ys li:last-child::after{
    display: none;
} 
.ul-ys .ico{
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 14px;
}
.ul-ys .txt{
    overflow: hidden;
    text-align: left;
    color:#fff;
}
.ul-ys .txt .cn{
    font-size: 18px;
}
.ul-ys .txt .en{
    text-transform: uppercase;
    font-size: 12px;
}
.page3{
    overflow: hidden;
    padding: 58px 0 120px;
    background: url(../newimg/bg2.jpg) no-repeat bottom;
}
.page3 .info{
    text-align: center;
    font-size: 16px;
    line-height: 2.13;
    color:#333333;
    margin-bottom: 64px;
}
.page3 .link{
    text-align: center;
    overflow: hidden;
}
.page3 .link a{
    display: inline-block;
    width: 130px;
    height: 52px;  
    font-size: 14px; 
}
.page3 .link a:first-child{
    background: #4685de;
    color:#fff;
    line-height: 52px;
}
.page3 .link a:last-child{
    color:#999999;
    line-height: 50px;
    border:1px solid #bfbfbf;
    margin-left: 15px;
}

.page4{
    overflow: hidden;
    padding: 50px 0;
}
.sliderhoner .pic{
    border:1px solid #eeeeee;
    position: relative;
    height: 0;
    padding-top: 75%;
}
.page5{
    overflow: hidden;
    background: #fafcfe;
    padding: 50px 0;
}
.m-news{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 710px;
  height: 450px;
  margin-right: 19px;
  position: relative;
}
.firstnew .tit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7) url(../newimg/ico10.png) no-repeat right 30px center;
  color:#fff;
  line-height: 80px;
  height: 80px;
  font-size: 18px;
  padding: 0 30px;
}
.ul-new{
  overflow: hidden;
}
.ul-new li{
  height: 140px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 34px 34px 0;
}
.ul-new li:hover{
  background: #3474D4;
}
.ul-new li:hover .day{
  border-bottom-color: #fff;
}
.ul-new li:hover .day,
.ul-new li:hover .yh,
.ul-new li:hover .tit,
.ul-new li:hover .desc{
  color:#fff;
}
.ul-new .time{
  float: left;
  width: 62px;
  margin-right: 38px;
  text-align: center;
}
.ul-new  .day{
  font-size: 42px;
  line-height: 48px;
  color:#949494;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 4px;
  border-bottom: 1px solid #949494;
}
.ul-new  .yh{
  font-size: 14px;
  color:#949494;
}
.ul-new  .txt{
  overflow: hidden;
  padding-top: 4px;
}
.ul-new   .tit{
  font-size: 18px;
  color:#333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new   .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.57;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 1430px) {
    .firstnew{width: 600px;}
    .page3 .info{font-size: 14px;}
    .g-title .tit{font-size: 32px;}
    .ul-ys li{padding: 0 40px;}

}

@media only screen and (max-width: 1230px) {
  .g-title{-webkit-background-size: 0;background-size: 0;padding-top: 0;margin-bottom: 22px;}
  .firstnew{display: none;}
  .page5,.page4,.page1{padding: 30px 0;}
  .page3{padding: 30px 0 60px;}
  .ul-ys li{padding: 0 28px;}
}


@media only screen and (max-width: 1023px) {
.g-title .tit{font-size: 22px;}
.page3 .info{margin-bottom: 20px;}
.ul-ys li{display: block;float: left;width: 20%;margin:0;padding: 0;}
.ul-ys li::after{display: none;}
.g-title1 .cn{font-size: 20px;}
.g-title1{padding: 15px;}
.protel{display: none;}
}
@media only screen and (max-width: 960px) {
.g-pro .l{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
.ul-ys li{width: 33.33%;margin-bottom: 15px;text-align: center;}
.ul-ys li:nth-child(4){margin-left: 20%;}
.ul-ys li .ico,.ul-ys li .txt{display: inline-block;float: none;}
.page2{padding: 30px 0 5px;}

}

@media only screen and (max-width: 767px) {
  .page3 .info{line-height: 2;}
  .ul-ys li .ico, .ul-ys li .txt{display: block;text-align: center;margin:0 auto;}
}

/**mobile nav**/
.ul-pro.mobile{display: none;}
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{height:60px;}
.nav{display:none;}
.logo{margin:15px 0 14px;}
    .logo img{width:260px;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      padding: 0 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
       
    }
    .nav_mobile li .sub{
            padding: 10px 0;
            background-color: #4685de;
            display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}

}
@media only screen and (max-width: 960px) {
    .ul-pro{display: none;}
.ul-pro.mobile{display: block;padding: 0;}
.ul-pro .con{padding: 10px;overflow: hidden;}
}